home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TENTERPIN / TENTERPIN.txt
Text File  |  1999-03-22  |  2KB  |  92 lines

  1. object EnterPin: TEnterPin
  2.   Left = 521
  3.   Top = 211
  4.   Width = 261
  5.   Height = 170
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Enter Pin'
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 11
  22.     Top = 23
  23.     Width = 224
  24.     Height = 13
  25.     Caption = 'Please Enter Your Personal ID Number:'
  26.     Color = clBtnFace
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentColor = False
  33.     ParentFont = False
  34.   end
  35.   object SavePinLabel: TLabel
  36.     Left = 40
  37.     Top = 84
  38.     Width = 77
  39.     Height = 13
  40.     Caption = 'Save Pin to disk'
  41.   end
  42.   object Tmp: TLabel
  43.     Left = 8
  44.     Top = 8
  45.     Width = 21
  46.     Height = 13
  47.     Caption = 'Tmp'
  48.     Visible = False
  49.   end
  50.   object LocalPinNo: TEdit
  51.     Left = 75
  52.     Top = 48
  53.     Width = 88
  54.     Height = 21
  55.     Color = clWhite
  56.     MaxLength = 5
  57.     PasswordChar = '*'
  58.     TabOrder = 0
  59.     OnChange = LocalPinNoChange
  60.   end
  61.   object BOk: TButton
  62.     Left = 42
  63.     Top = 110
  64.     Width = 75
  65.     Height = 23
  66.     Caption = 'OK'
  67.     Default = True
  68.     TabOrder = 1
  69.     OnClick = BOkClick
  70.   end
  71.   object SavePin: TCheckBox
  72.     Left = 11
  73.     Top = 75
  74.     Width = 22
  75.     Height = 30
  76.     Color = clBtnFace
  77.     ParentColor = False
  78.     TabOrder = 2
  79.     OnClick = SavePinClick
  80.   end
  81.   object BCancel: TButton
  82.     Left = 138
  83.     Top = 110
  84.     Width = 75
  85.     Height = 23
  86.     Caption = 'Cancel'
  87.     Default = True
  88.     ModalResult = 2
  89.     TabOrder = 3
  90.   end
  91. end
  92.